@charset "utf-8";
/* CSS Document */

.banner_pc {
  display: block;
}

.banner_m {
  display: none;
}

.banner {
  width: 100%;
  padding-top: 85px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #324280 !important;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.banner_other img {
  width: 100%;
}

@media (max-width: 1023px) {
  .banner {
    padding-top: 48px;
  }

  .banner_pc {
    display: none;
  }

  .banner_m {
    display: block;
  }
}

@media (max-width: 768px) {
  .banner_other {
    display: none;
  }

  .banner {
    padding-top: 0;
  }
}

/* 头部 */
.head {
  height: 94px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
  left: 0;
  top: 0;
  border-bottom: 1px solid#EBE6E6;
}

.head .logo {
  float: left;
  margin: 10px 0 0;
  position: relative;
  z-index: 999;
}

.head .nav {
  float: left;
  margin: 0 2%;
}

.head .m_nav {
  display: none;
}

.head .nav > li {
  float: left;
}

.head .nav .cur > a {
  border-bottom: 2px solid #324280;
}

.head .nav > li:hover > a {
  border-bottom: 2px solid #324280;
}

.head .nav > li > a {
  font-size: 20px;
  color: #333;
  display: block;
  width: 100%;
  padding: 0 32px;
  line-height: 92px;
}

.head .nav li ul {
  display: none;
  background: rgba(50, 66, 128, 0.8);
  padding: 11px 20px;
}

.head .nav > li:hover ul {
  display: block;
}

.head .nav li .cur2,
.head .nav li li:hover {
  background: #324280;
}

.head .nav li li a {
  font-size: 16px;
  color: white;
  line-height: 36px;
  padding: 0 20px;
}

.head .nav .hide {
  display: none;
}

.head .nav_btn {
  display: none;
}

.head .tel {
  float: right;
  margin-top: 34px; /*11.26*/
  line-height: 60px; /*11.26*/
  margin-right: 10px; /*11.26*/
}

/*.head .tel{
    float: right;
    line-height: 94px;
    margin-right: 10px;
}*/

.head .tel i {
  display: inline-block;
  width: 27px;
  height: 27px;
}

.head .tel i img {
  width: 100%;
}

.head .search {
  float: right;
}

.head .search i {
  display: block;
  padding: 32px;
  width: 94px;
  height: 94px;
  background: #324280;
}

.head .search i:hover {
  cursor: pointer;
}

.head .search_hide {
  display: none;
  background: #999;
  width: 100%;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
}

.head .search_hide select {
  margin-left: 35%;
  width: 222px;
  height: 38px;
  line-height: 38px;
  border: none;
  margin-top: 23px;
  outline: none;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon_arrow2.png), none;
  background-repeat: no-repeat;
  background-size: 13px 8px;
  background-position: right 10px center;
}

.head .search_hide select option {
  line-height: 38px;
  width: 222px;
  outline: none;
  height: 38px;
}

.head .search_hide input {
  width: 348px;
  height: 38px;
  line-height: 38px;
  outline: none;
  padding: 0 10px;
  margin-left: 20px;
}

.head .search_hide .btn1 {
  display: inline-block;
  color: white;
  font-size: 18px;
  margin-left: 20px;
}

.head .search_hide .btn1:hover {
  cursor: pointer;
}

.head .search_hide .btn2 {
  margin-left: 5%;
}

.head .search_hide .btn2:hover {
  cursor: pointer;
}

@media screen and (max-width: 1920px) and (min-width: 1520px) {
  .head .container_1520 {
    margin-left: 200px;
    max-width: 1920px;
  }

  .head .nav > li > a {
    padding: 0 44px;
  }

  .head .nav li li a {
    padding: 0 32px;
  }
}

@media (max-width: 1430px) {
  .head .nav > li > a {
    font-size: 18px;
    padding: 0 18px;
  }

  .head .nav li li a {
    font-size: 14px;
    padding: 0 6px;
  }

  .head .tel {
    margin-right: 3%;
  }
}

@media (max-width: 1240px) {
  .head .nav {
    margin: 0 1%;
  }
}

@media (max-width: 1210px) {
  .head .tel {
    margin-right: 1%;
  }
}

@media (max-width: 1200px) {
  .login {
    display: none;
  }
  .head .tel {
    display: none;
  }
}

@media (max-width: 1023px) {
  .head {
    height: 58px;
  }

  .head .logo {
    margin: 0;
    padding: 10px 0 0 12px;
    display: block;
  }

  .head .logo img {
    height: 40px;
  }

  .head .nav {
    display: none;
  }

  .head .m_nav {
    display: block;
    position: absolute;
    top: 58px;
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 24px;
  }

  .head .m_nav > li {
    line-height: 36px;
    margin: 5px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    font-size: 16px;
    position: relative;
  }

  .head .m_nav .cur > a {
    color: white;
  }

  .head .m_nav > li > a {
    padding: 0 30px;
    color: black;
    width: 100%;
    display: block;
  }

  .head .m_nav li ul li {
    line-height: 44px;
  }

  .head .m_nav li ul li a {
    display: block;
    width: 100%;
    color: #7a7a7a;
    padding: 0 50px;
  }

  .head .m_nav .li_show > a {
    background: url(../images/icon_jiahao.png) no-repeat;
    background-size: 18px 18px;
    background-position: 96% center;
  }

  .head .m_nav .li_show.cur > a {
    background: url(../images/icon_jianhao.png) no-repeat;
    background-size: 18px auto;
    background-position: 96% center;
    background-color: #1d6bc3;
  }

  .head .nav_btn {
    float: right;
  }

  .search {
    display: none;
  }

  .language {
    display: none;
  }

  .head .nav .hide {
    display: block;
  }

  .head .nav_btn {
    display: block;
    padding-top: 10px;
    width: 26px;
    margin-right: 12px;
  }

  .head .nav_btn img {
    width: 100%;
  }

  .head .nav_btn img:hover {
    cursor: pointer;
  }
}

/* 公共标题 */

.common_title1 {
  text-align: center;
  padding-top: 40px;
}

.common_title1 h1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 6px;
  font-weight: bold;
}

.common_title1 h2 {
  font-size: 14px;
  color: #324280;
}

/* 首页的产品中心 */
.index_pro {
  text-align: center;
}

.index_pro ul {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  margin-top: 20px;
}

.index_pro ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin: 0 10px;
}

.index_pro ul li a {
  font-size: 16px;
  color: #333333;
  display: block;
  width: 100%;
  padding: 0 20px;
}

.index_pro ul .cur {
  border: 1px #324280 solid;
  border-radius: 15px;
}

.index_pro ul li:hover {
  cursor: pointer;
  border: 1px solid #324280;
  border-radius: 15px;
}

.pro_wrap {
  margin-top: 25px;
  background: white;
}

.pro_wrap .col {
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  margin: 15px;
  float: left;
}

.pro_wrap .col .pro_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pro_wrap .col .pro_box img {
  width: 100%;
}

.pro_wrap .col .pro_box .prmask {
  width: 100%;
  background-color: rgba(25, 58, 116, 0.7);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  padding: 10px;
}

.pro_wrap .col .pro_box:hover .prmask {
  opacity: 1;
}

.pro_wrap .col .pro_box .prmask .mask_box {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  text-align: center;
}

.pro_wrap .col .pro_box .prmask .mask_box i {
  width: 39px;
  height: 39px;
  display: inline-block;
  background: url(../images/icon_link.png) no-repeat center;
}

.pro_wrap .col .pro_box .prmask .mask_box p {
  font-size: 24px;
  color: white;
  margin-top: 25%;
  margin-bottom: 10px;
  padding: 0 10px;
}

.index_pro_m {
  display: none;
}

@media (max-width: 1200px) {
  .index_pro ul li {
    margin: 0 5px;
  }

  .index_pro ul li a {
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .index_pro {
    display: none;
  }

  .index_pro_m {
    display: block;
  }

  .index_pro_m .overflow {
    overflow: hidden;
    margin: 40px 0 0 0;
  }

  .index_pro_m .overflow .swiper-container {
    overflow: inherit;
    padding-bottom: 60px;
  }

  .index_pro_m .swiper-wrapper .pic_box {
    width: 100%;
  }

  .index_pro_m .swiper-wrapper .pic_box img {
    width: 100%;
    display: block;
  }

  .index_pro_m .swiper-wrapper .info {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(50, 66, 128, 0.8);
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
  }

  .index_pro_m .swiper-wrapper .info h1 {
    font-size: 48px;
    color: white;
    float: left;
  }

  .index_pro_m .swiper-wrapper .info .learn_more {
    font-size: 24px;
    color: white;
    float: right;
    background: url(../images/goview.png) no-repeat right;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .common_title1 img {
    width: 206px;
    margin: 0 auto;
  }

  .common_title1 h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .index_pro_m .overflow {
    margin: 20px 0 0 0;
  }

  .index_pro_m .overflow .swiper-container {
    padding-bottom: 50px;
  }

  .index_pro_m .swiper-wrapper .info {
    height: 50px;
    line-height: 50px;
  }

  .index_pro_m .swiper-wrapper .info h1 {
    font-size: 24px;
  }

  .index_pro_m .swiper-wrapper .info .learn_more {
    font-size: 14px;
    background-size: 15px 5px;
    padding-right: 20px;
  }
}

/* 关于我们 */
.index_about {
  padding: 0 15px;
}

.index_about .flex {
  display: flex;
  margin-top: 40px;
  flex-direction: row-reverse;
}

.index_about .flex .info {
  flex: 1;
  margin-left: 40px;
}

.index_about .flex .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}

.index_about .flex .text p {
  font-size: 18px;
  color: #666;
  line-height: 200%;
  text-indent: 2em;
  margin: 0 0 20px 0;
}

.index_about .flex .number .col {
  float: left;
  width: 25%;
  text-align: center;
}

.index_about .flex .number .col span {
  font-size: 72px;
  font-family: "黑体";
  color: #0073bc;
}

.index_about .flex .video {
  flex: 1;
}

.index_about .flex .video img {
  width: 100%;
}

.index_about .flex .video video {
  width: 100%;
}

@media (max-width: 1200px) {
  .index_about .flex .number .col span {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  .index_about .flex {
    display: block;
  }

  .index_about .flex .info {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 768px) {
  .index_about .flex .text p {
    font-size: 14px;
  }

  .index_about .flex .text p.hide {
    display: none;
  }

  .index_about .flex .info {
    margin: 0 0 40px 0;
  }
}
/* 首页新闻 */

.index_news_box {
  margin-top: 40px;
}

.index_news .index_news_wrap {
  width: calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  float: left;
  margin: 10px 10px;
  background: #f5f5f5;
  transition: 0.6s;
}

.index_news .index_news_wrap .pic_box {
  width: 480px;
}

.index_news .index_news_wrap .pic_box img {
  width: 100%;
  display: block;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.index_news .index_news_wrap .info {
  width: calc(100% - 480px);
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  position: relative;
  padding: 35px 20px 0 20px;
}

.index_news .index_news_wrap .info i {
  display: block;
  width: 11px;
  height: 21px;
  background: url(../images/icon_arrow6.png) no-repeat center;
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  transition: 0.6s;
}

.index_news .index_news_wrap .info span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.index_news .index_news_wrap .info .bar {
  width: 18px;
  height: 3px;
  background: #324280;
}

.index_news .index_news_wrap .info h1 {
  font-size: 20px;
  color: #324280;
  line-height: 150%;
  margin-top: 18px;
  margin-bottom: 16px;
}

.index_news .index_news_wrap .info p {
  color: #999;
  font-size: 14px;
  text-indent: 2em;
}

.index_news .index_news_wrap .info .bt_more {
  width: 130px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #324280;
  border: 1px solid #324280;
  margin-top: 38px;
}

.index_news .index_news_wrap .info .bt_more a {
  font-size: 14px;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
}

.index_news .index_news_wrap:hover {
  background: #324280;
}

.index_news .index_news_wrap:hover i {
  background: url(../images/icon_arrow7.png) no-repeat center;
}

.index_news .index_news_wrap:hover span {
  color: white;
}

.index_news .index_news_wrap:hover h1 {
  color: white;
}

.index_news .index_news_wrap:hover p {
  color: white;
}

.index_news .index_news_wrap:hover .bar {
  background: white;
}

.index_news .index_news_wrap:hover .bt_more {
  border: 1px solid white;
}

.index_news_box_m {
  display: none;
}

@media (max-width: 1440px) {
  .index_news .index_news_wrap .pic_box {
    width: 352px;
  }

  .index_news .index_news_wrap .info {
    width: calc(100% - 352px);
    width: -webkit-calc(100% - 352px);
    width: -moz-calc(100% - 352px);
    padding: 10px 20px;
  }

  .index_news .index_news_wrap .info h1 {
    font-size: 18px;
    margin: 10px;
    height: 54px; /*11.19新增*/
  }

  .index_news .index_news_wrap .info span {
    margin-bottom: 2px;
  }

  .index_news .index_news_wrap .info .bt_more {
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .index_news .index_news_wrap .pic_box {
    width: 300px;
  }

  .index_news .index_news_wrap .info {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    padding: 5px 20px;
  }

  .index_news .index_news_wrap .info h1 {
    -webkit-line-clamp: 1;
    height: auto; /*11.19新增*/
  }

  .index_news .index_news_wrap .info span {
    margin-bottom: 2px;
  }

  .index_news .index_news_wrap .info .bt_more {
    margin-top: 16px;
  }
}

@media (max-width: 1023px) {
  .index_news_box {
    display: none;
  }

  .index_news_box_m {
    overflow: hidden;
    display: block;
  }

  .index_news .common_title1 {
    padding-bottom: 40px;
  }

  .index_news_box_m .swiper-container {
    overflow: inherit;
    padding-bottom: 60px;
  }

  .index_news_box_m .index_news_wrap .pic_box {
    width: 100%;
    padding: 15px 0;
  }

  .index_news_box_m .index_news_wrap .pic_box img {
    width: 100%;
  }

  .index_news_box_m .index_news_wrap {
    background: #f5f5f5;
    padding: 0 15px;
  }

  .index_news_box_m .index_news_wrap .info {
    width: 100%;
  }

  .index_news_box_m .index_news_wrap .info span {
    font-size: 14px;
    color: #9a9a9a;
  }

  .index_news_box_m .index_news_wrap .info .bar {
    width: 18px;
    height: 3px;
    background: #324280;
    margin: 10px 0;
  }

  .index_news_box_m .index_news_wrap .info h1 {
    font-size: 20px;
    color: #324280;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .index_news_box_m .index_news_wrap .info p {
    font-size: 14px;
    line-height: 150%;
    text-indent: 2em;
    color: #999;
  }

  .index_news_box_m .index_news_wrap .info .bt_more {
    width: 130px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #324280;
    border: 1px solid #324280;
    margin-top: 38px;
    margin-bottom: 30px;
  }

  .index_news_box_m .index_news_wrap .info .bt_more a {
    display: block;
    width: 100%;
    color: white;
  }
}

@media (max-width: 768px) {
  .index_news_box_m .index_news_wrap .info .bt_more {
    margin: 20px 0;
  }
}

/* 首页合作伙伴*/
.index_partner {
  padding-bottom: 40px;
}

.index_partner .partner_overflow {
  overflow: hidden;
}

.index_partner .partner-container {
  overflow: inherit;
  padding: 40px 15px 60px 15px;
}

.index_partner .partner-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  border: 1px solid #999;
}

.index_partner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

/* 页脚 */
.footer_bg {
  background: #efefef;
}

.footer {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 30px;
}

.foot_nav {
  margin-top: 30px;
  float: left;
}

.foot_nav > li {
  float: left;
  margin: 0 30px;
}

.foot_nav li a {
  display: block;
  width: 100%;
  line-height: 150%;
}

.foot_nav li a:hover {
  color: #0065b1;
}

.foot_nav > li > a {
  font-size: 16px;
  color: #454545;
}

.foot_nav li ul {
  top: 30px;
}

.foot_nav li ul li {
  display: block;
}

.foot_nav li.empty ul {
  margin-top: 35px;
}

.foot_nav li ul {
  margin-top: 11px;
}

.foot_nav li ul li a {
  font-size: 14px;
  color: #959597;
}

.foot_info {
  float: left;
  margin: 30px 130px 0;
}

.foot_info h1 {
  font-size: 16px;
  color: #454545;
  margin-bottom: 11px;
  line-height: 150%;
}

.foot_info p {
  color: #959597;
  line-height: 150%;
}

.footer .code {
  position: absolute;
  right: 3%;
  top: 20px;
  text-align: center;
}

.footer .code p {
  margin: 10px 0 0;
}

.copyright {
  max-width: 1920px;
  margin: 0 auto;
  background: #414146;
  line-height: 50px;
  padding-left: 60px;
}

.copyright p {
  font-size: 14px;
  color: #959597;
  float: left;
}

.copyright i {
  float: left;
  margin-left: 40px;
  margin-right: 20px;
}

.footer_m {
  display: none;
  background: #324280;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.footer_m .col {
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  float: left;
  text-align: center;
  line-height: 100px;
}

.footer_m .col a {
  display: block;
  width: 100%;
}

.footer_m .col i {
  width: 68px;
  height: 68px;
  display: inline-block;
}

.footer_m .col i img {
  width: 100%;
  margin-top: 22px;
  display: block;
}

.footer_m .col span {
  font-size: 30px;
  color: white;
  display: inline-block;
}

@media (max-width: 1200px) {
  .footer .code {
    display: none;
  }
}

@media (max-width: 1023px) {
  .footer_bg {
    display: none;
  }

  .copyright {
    display: none;
  }

  .footer_m {
    display: block;
  }
}

@media (max-width: 768px) {
  .footer_m .col {
    line-height: 50px;
  }

  .footer_m .col i {
    width: 34px;
    height: 34px;
  }

  .footer_m .col i img {
    margin-top: 10px;
  }

  .footer_m .col span {
    font-size: 16px;
  }
}

/* common_nav */

.m_common_nav {
  display: none;
  background: #324280;
  height: 80px;
  line-height: 80px;
  position: relative;
}

.m_common_nav .m_return {
  position: absolute;
  left: 12px;
}

.m_common_nav i {
  float: left;
}

.m_common_nav span {
  font-size: 24px;
  color: white;
  float: left;
  margin-left: 14px;
}

.m_common_nav h1 {
  font-size: 36px;
  color: white;
  text-align: center;
}

.ul_shadow {
  box-shadow: 0 1px 10px #ccc;
}

.common_nav li {
  display: inline-block;
  margin: 20px 30px 10px;
  transition: 0.6s;
}

.pro_nav li {
  margin: 20px 20px 10px;
}

.common_nav .li_none {
  margin: 20px 50px 10px 0;
}

.common_nav li a {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #666;
  line-height: 48px;
  height: 48px;
}

.common_nav li:hover,
.common_nav .cur {
  border-bottom: 4px solid #324280;
}

.common_nav .cur a,
.common_nav li:hover a {
  color: #324280;
}

@media (max-width: 1280px) {
  .common_nav li {
    margin: 20px 20px 10px;
  }

  .pro_nav li {
    margin: 20px 5px 10px;
  }
}

@media (max-width: 1023px) {
  .m_common_nav {
    display: block;
  }

  .ul_shadow {
    box-shadow: none;
    background: white;
  }

  .common_nav {
    padding: 40px 15px;
  }

  .common_nav li {
    width: cala(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    text-align: center;
    margin: 10px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #ccc;
    float: left;
    border-radius: 5px;
  }

  .common_nav .li_none {
    margin: 10px;
  }

  .common_nav li a {
    padding: 0;
    font-size: 24px;
    color: #333;
  }

  .common_nav .cur,
  .common_nav li:hover {
    background: #324280;
    border: none;
  }

  .common_nav .cur a,
  .common_nav li:hover a {
    color: white;
  }
}

@media (max-width: 768px) {
  .m_common_nav {
    height: 40px;
    line-height: 40px;
  }

  .m_common_nav .m_return {
    left: 6px;
  }

  .m_common_nav i {
    width: 8px;
    height: 14px;
  }

  .m_common_nav i img {
    width: 100%;
    display: block;
    margin-top: 13px;
  }

  .m_common_nav span {
    font-size: 12px;
    margin-left: 7x;
  }

  .m_common_nav h1 {
    font-size: 18px;
  }

  .common_nav {
    padding: 20px 0;
  }

  .common_nav li a {
    font-size: 12px;
    line-height: 34px;
    height: 34px;
  }

  .common_nav li {
    height: 34px;
    line-height: 34px;
  }
}

/* About */
.about {
  margin: 80px 0;
  background: white;
  padding: 0 50px; /*11.19新增*/
  display: flex; /*11.19新增*/
  flex-direction: row-reverse; /*11.19新增*/
}

.about > p {
  width: 100%;
}

.about .lf {
  width: 50%; /*11.19新增*/
}

.about .lf img {
  width: 90%;
  margin-bottom: 30px;
}

.about .rt {
  width: 50%; /*11.19新增*/
}

.about .rt img {
  width: 80%;
}

.about .rt h1 {
  font-size: 36px;
  color: #333;
}

.about .rt h2 {
  font-size: 14px;
  color: #666;
  margin-top: 26px;
  margin-bottom: 50px;
}

.about .rt .col {
  margin: 25px 0;
  font-size: 18px;
  color: #666;
  text-indent: 2em;
  line-height: 200%;
}

.about .rt p {
  font-size: 18px;
  color: #666;
  text-indent: 2em;
  margin: 25px 0;
  line-height: 200%;
}

@media (max-width: 1023px) {
  /*11.19新增*/
  .about {
    display: block;
  }

  .about .rt {
    width: 100%;
  }

  .about .rt h1 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .about .rt .rt_info {
    padding: 0 20px;
  }

  .about .rt h2 {
    display: none;
  }

  .about .rt img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }

  .about .lf {
    width: 100%;
  }

  .about .lf img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about {
    margin: 0 0;
    padding: 40px 0;
  }

  .about .rt h1 {
    font-size: 18px;
    padding: 10px 0;
  }

  .about .rt .col {
    margin: 10px 0;
    font-size: 12px;
    line-height: 30px;
  }

  .about .rt p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 150%;
  }

  .about .lf {
    padding: 0 20px;
  }
}

/* 合作伙伴 */
.partner_wrap {
  margin-top: 25px;
}

.partner_wrap .col {
  width: calc(20% - 30px);
  width: -moz-calc(20% - 30px);
  width: -webkit-calc(20% - 30px);
  margin: 25px 15px;
  float: left;
}

.partner_wrap .col .col_wrap {
  width: 100%;
  overflow: hidden;
}

.partner_wrap .col .col_wrap img {
  display: block;
  width: 100%;
  border: 1px solid #9e9e9e;
}

.partner_wrap .col:hover {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .partner_wrap .col {
    width: calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .partner_wrap {
    margin-top: 0;
    padding-top: 25px;
    background: white;
  }
}

/* 企业文化 */
.culture {
  margin: 100px auto 95px;
  padding: 0 30px;
}

.culture_overflow {
  overflow: hidden;
}

.culture_overflow .culture-container {
  overflow: inherit;
  padding: 0 0 60px;
}

.culture .swiper-wrapper .swiper-slide img {
  width: 100%;
}

@media (max-width: 768px) {
  .culture {
    margin: 0 auto;
    padding: 30px;
  }
}

/* 产品中心 */

.btn_more {
  width: 213px;
  height: 66px;
  line-height: 66px;
  margin: 85px auto 105px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0065b1;
}

.btn_more a {
  font-size: 24px;
  color: #0065b1;
  display: block;
  width: 100%;
}

.btn_more:hover {
  background: #0065b1;
}

.btn_more:hover a {
  color: white;
}

@media (max-width: 1023px) {
  .btn_more {
    width: 106px;
    height: 44px;
    line-height: 44px;
    margin: 40px auto 50px;
    border-radius: 8px;
  }

  .btn_more a {
    font-size: 16px;
  }
}

/* 产品中心 */
.product.pro_wrap .col {
  width: calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: -webkit-calc(100% / 3 - 30px);
}

.product .info {
  display: none;
}

.product .info {
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  background: #f0f0f2;
}

.product .info p {
  font-size: 30px;
}

@media (max-width: 1023px) {
  .product .prmask {
    display: none;
  }

  .product .info {
    display: block;
  }

  .product.pro_wrap .col {
    width: calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .product {
    margin-top: 0;
    padding-top: 25px;
  }

  .product .info {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }

  .product .info p {
    font-size: 14px;
  }

  .product.pro_wrap .col {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 10px;
  }
}

/* 产品详情 */
.news_show,
.pro_show {
  margin: 90px 0 0;
}

.news_show .title,
.pro_show .title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

.news_show .title h1,
.pro_show .title h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 150%;
}

.news_show .title span,
.pro_show .title span {
  display: inline-block;
  margin-left: 20px;
}

.proshow_bigbox {
  margin: 60px 0;
}

.proshow_overflow {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.proshow_bigbox .gallery-top {
  width: 80%;
}

.proshow_bigbox .gallery-thumbs {
  width: 80%;
}

.proshow_bigbox .gallery-top .swiper-slide img {
  display: block;
}

.proshow_bigbox .gallery-thumbs .swiper-slide img {
  width: 100%;
  display: block;
}

.pr_overflow {
  overflow: hidden;
}

.proshow_overflow .swiper-button-prev,
.proshow_overflow .swiper-button-next {
  background: url(../images/jian_left1.png) no-repeat center;
  background-size: cover;
}

.proshow_overflow .swiper-button-next,
.proshow_overflow .swiper-button-next {
  background: url(../images/jian_right1.png) no-repeat center;
  background-size: cover;
}

.proshow_overflow .swiper-button-next,
.proshow_overflow .swiper-button-prev {
  width: 50px;
  height: 50px;
  outline: none;
}

.proshow_overflow .swiper-button-next,
.proshow_overflow .swiper-button-prev {
  margin-top: -25px;
}

.proshow_overflow .swiper-button-prev,
.proshow_overflow .swiper-button-next {
  margin-top: -25px;
}

.proshow_bigbox .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #b60005;
}

.proshow_bigbox .proshow_info {
  font-size: 18px;
  width: 80%;
  margin: 30px auto;
}

.page {
  border-top: 1px dashed #ccc;
  padding: 40px 40px 90px;
}

.page .row {
  margin-bottom: 18px;
}

.page .row span {
  display: inline-block;
  font-size: 18px;
  color: #666;
  margin-right: 10px;
}

.page .row a:hover {
  color: #0065b1;
}

.page .btn_return {
  float: right;
  border: 1px solid #0065b1;
  border-radius: 10px;
}

.page .btn_return a {
  color: #0065b1;
  font-size: 24px;
  display: block;
  width: 150px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.page .btn_return:hover {
  background: #0065b1;
}

.page .btn_return:hover a {
  color: white;
}

@media (max-width: 1023px) {
  .proshow_bigbox {
    padding: 0 30px;
  }

  .proshow_bigbox .gallery-top {
    width: 100%;
  }

  .proshow_bigbox .gallery-thumbs {
    width: 100%;
  }

  .proshow_bigbox .proshow_info {
    width: 100%;
  }

  .page {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .news_show,
  .pro_show {
    margin-top: 25px;
  }

  .news_show .title h1,
  .pro_show .title h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .news_show .title,
  .pro_show .title {
    padding-bottom: 20px;
  }

  .proshow_bigbox {
    padding: 0 15px;
    margin: 30px 0;
  }

  .proshow_overflow {
    margin-bottom: 20px;
  }

  .proshow_overflow .swiper-button-next,
  .proshow_overflow .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-top: -15px;
  }

  .page .row {
    margin-bottom: 10px;
  }

  .page .row a {
    font-size: 14px;
  }

  .page .btn_return {
    border-radius: 4px;
  }

  .page .btn_return a {
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
  }
}

/* 公司荣誉 */

.honor_wrap {
  margin-top: 25px;
}

.honor_wrap .col {
  width: calc(100% / 3 - 80px);
  width: -webkit-calc(100% / 3 - 80px);
  width: -moz-calc(100% / 3 - 80px);
  margin: 40px;
  float: left;
  transition: 0.6s;
}

.honor_wrap .col .col_wrap {
  width: 100%;
  overflow: hidden;
}

.honor_wrap .col .col_wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.honor_wrap .col:hover {
  transform: translate(0, -10px);
  cursor: pointer;
}

.honor_wrap .info {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .honor_wrap .col {
    width: calc(50% - 80px);
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
  }
}

@media (max-width: 768px) {
  .honor_wrap {
    margin-top: 0;
    padding-top: 25px;
    background: white;
  }

  .honor_wrap .col {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    margin: 10px 10px 20px;
  }

  .honor_wrap .info {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* 公司新闻 */
.news {
  padding: 0 20px;
}

.news .news_content {
  padding-right: 10%;
}

.news .news_list {
  padding-right: 10%;
  padding-left: 5%;
}

.news .news_title {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 5%;
}

.news .news_title img {
  width: 553px;
  float: left;
  margin-right: 30px;
}

.news .news_title .news_content span {
  margin: 20px 0 30px;
  display: inline-block;
}

.news .news_title .news_content .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 50px;
}

.news .news_title .news_content .text {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  height: 90px; /*11.19新增*/
}

.news .news_title .news_content .btn {
  width: 140px;
  display: inline-block;
  border: 1px solid#1D6BC3;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #1d6bc3;
  margin-top: 70px;
}

.news .news_title .news_content:hover .btn {
  color: white;
  background: #1d6bc3;
}

.news_list .row {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}

.news_list .row:hover .content .title {
  color: #1d6bc3;
}

.news_list .row .avatar {
  margin-left: 30px;
  width: 180px;
}

.news_list .row .time_wrapper {
  width: 80px;
  padding: 10px 0;
  text-align: center;
  background: #f5f5f5;
  margin-right: 30px;
  color: #1d6bc3;
  transition: 0.6s;
}

.news_list .row .time_wrapper .day {
  font-size: 40px;
}

.news_list .row .time_wrapper .day {
  font-size: 40px;
}

.news_list .row .time_wrapper .day .month {
  font-size: 14px;
  margin-top: 10px;
}

.news_list .row .content .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.news_list .row .content .desc {
  text-indent: 28px;
  color: #666;
  line-height: 26px;
}

.news_list .row:hover .time_wrapper {
  background: #1d6bc3;
  color: #f5f5f5;
}

@media (max-width: 1023px) {
  .news .news_content {
    padding-right: 0;
  }

  .news .news_list {
    padding-right: 0;
    padding-left: 0;
  }

  .news .news_title {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .news .news_title img {
    width: 100%;
  }

  .news .news_title .news_content span {
    margin: 20px 0 10px;
  }

  .news .news_title .news_content .title {
    margin-bottom: 40px;
  }

  .news .news_title .news_content .btn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .news .news_title {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .news .news_title .news_content span {
    font-size: 12px;
  }

  .news .news_title .news_content .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .news .news_title .news_content .text {
    font-size: 12px;
    line-height: 150%;
  }

  .news .news_title .news_content .btn {
    margin-top: 20px;
  }

  .news_list .row .avatar {
    display: none;
  }

  .news_list .row .time_wrapper {
    margin-right: 10px;
    width: 60px;
  }

  .news_list .row .time_wrapper .day {
    font-size: 20px;
  }

  .news_list .row .time_wrapper .month {
    font-size: 10px;
  }

  .news_list .row .content .title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news_list .row .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
  }
}

/* 新闻详情 */

.news_show_row {
  margin: 40px 0;
}

.news_show .news_show_row p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  padding: 0 100px;
}

.news_show .news_show_row p img {
  /* display: block;
    margin: 0 auto;*/
}

@media (max-width: 1023px) {
  .news_show {
    padding: 0 10px;
  }

  .news_show .news_show_row p {
    padding: 0 20px;
  }

  .news_show .news_show_row p img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .news_show {
    background: white;
    margin-top: 0;
    padding-top: 25px;
  }

  .news_show_row {
    margin: 20px 0;
  }

  .news_show .news_show_row p {
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
    padding: 0 20px;
  }

  .news_show .news_show_row p img {
    margin-left: -28px;
  }
}

/* 联系我们 */

#dituContent {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: #ccc solid 1px;
  margin: 60px auto 0;
  max-width: 800px;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.contact {
  padding: 100px 5% 130px;
}

.contact_info .col {
  float: left;
  width: 21%;
  text-align: center;
  margin: 0 2%;
}

.contact_info .col p {
  font-size: 16px;
  color: #333;
  line-height: 150%;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .contact {
    padding: 0 5% 60px;
  }

  .contact_info {
    padding-top: 80px;
  }

  .contact_info .col {
    width: 46%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .contact {
    background: white;
  }

  .contact_info {
    padding-top: 40px;
  }

  #dituContent {
    margin-top: 0;
  }

  .contact_info .col i img {
    width: 25px;
    height: 25px;
  }

  .contact_info .col {
    height: 120px;
  }

  .contact_info .col p {
    font-size: 12px;
    color: #333;
    line-height: 150%;
    margin-top: 15px;
  }
}

/* job */
/* .job {
    padding-bottom: 90px;
} */

.job .job_wrapper {
  float: left;
  /* display: inline-block; */
  border: 10px solid #f2f2f2;
  margin: 50px 15px 0;
  padding: 10px;
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  color: #999;
  transition: all 0.6s;
}

.job .job_wrapper .title {
  border-bottom: 1px solid #e5e1e1;
}

.job .job_wrapper .title p {
  font-size: 16px;
  margin: 18px 0 18px;
}

.job .job_wrapper .title h1 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.job .job_wrapper .title h1 span {
  font-size: 14px;
  margin-left: 5px;
}

.job .job_wrapper .job_info .job_text {
  height: 180px;
  overflow: auto;
}

.job .job_wrapper .job_info h2 {
  font-size: 16px;
  margin: 26px 0 30px;
}

.job .job_wrapper .job_info p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 150%;
}

.job .job_wrapper .bt_more {
  width: 150px;
}

.job .job_wrapper .bt_more a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background: #e7e7e7;
  margin-top: 60px;
}

.job .job_wrapper:hover {
  border: 10px solid #8eb5e1;
}

.job .job_wrapper .bt_more a:hover {
  background: #1d6bc3;
  color: white;
  cursor: pointer;
}

.job .job_wrapper .mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.job .job_wrapper .job_window {
  position: fixed;
  background: white;
  top: calc(50% - 325px);
  top: -webkit-calc(50% - 325px);
  top: -moz-calc(50% - 325px);
  left: calc(50% - 325px);
  left: -webkit-calc(50% - 325px);
  left: -moz-calc(50% - 325px);
  width: 650px;
  height: 650px;
  padding: 40px;
  z-index: 99999;
}

.job .job_wrapper .job_window .top {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.job .job_wrapper .job_window .top h1 {
  font-size: 30px;
  color: #333;
  margin-top: 25px;
  float: left;
}

.job .job_wrapper .job_window .top i img {
  width: 36px;
}

.job .job_wrapper .job_window .top i {
  float: right;
  margin-top: 20px;
}

.job .job_wrapper .job_window .top i:hover {
  cursor: pointer;
}

.job .job_wrapper .job_window .middle h1 {
  font-size: 18px;
  color: #999;
  margin-top: 16px;
  margin-bottom: 30px;
}

.job .job_wrapper .job_window .middle p {
  font-size: 16px;
  color: #999;
  line-height: 150%;
  margin-bottom: 30px;
}

.job .job_wrapper .job_window .bottom {
  margin-top: 180px;
}

.job .job_wrapper .job_window .bottom p {
  font-size: 16px;
  color: #1d6bc3;
  margin-bottom: 20px;
}

.job .job_wrapper .mask .overflow_x {
  overflow: auto;
  height: 500px;
}

.job_text::-webkit-scrollbar,
.overflow_x::-webkit-scrollbar {
  width: 8px;
  /*表示垂直滚动条的宽度*/
}

/*正常情况下滑块的样式*/
.job_text::-webkit-scrollbar-thumb,
.overflow_x::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.job_text:hover::-webkit-scrollbar-thumb,
.overflow_x:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在滑块上时滑块的样式*/
.job_text::-webkit-scrollbar-thumb:hover,
.overflow_x::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*正常时候的主干部分*/
.job_text::-webkit-scrollbar-track,
.overflow_x::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: white;
}

/*鼠标悬浮在滚动条上的主干部分*/
.job_text::-webkit-scrollbar-track:hover,
.overflow_x::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01);
}

@media (max-width: 1023px) {
  .job {
    padding: 0 15px;
  }

  .job .job_wrapper {
    float: left;
    width: 100%;
    color: #999;
    transition: all 0.6s;
    margin: 40px 0;
  }

  .job .job_wrapper .bt_more a {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .job {
    padding: 0 10px 30px;
    background: white;
  }

  .job .job_wrapper {
    border: 5px solid #f2f2f2;
    margin: 20px 0;
    padding: 5px;
    width: 100%;
    transition: all 0.6s;
  }

  .job .job_wrapper .title p {
    font-size: 12px;
    margin: 9px 0 14px;
  }

  .job .job_wrapper .title h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job .job_wrapper .title h1 span {
    font-size: 16px;
    margin-left: 3px;
  }

  .job .job_wrapper .job_info .job_text {
    height: 190px;
  }

  .job .job_wrapper .job_info h2 {
    font-size: 14px;
    margin: 13px 0 15px;
  }

  .job .job_wrapper .job_info p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 200%;
  }

  .job .job_wrapper .bt_more {
    width: 120px;
  }

  .job .job_wrapper .bt_more a {
    margin-top: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .job .job_wrapper:hover {
    border: 5px solid #8eb5e1;
  }

  .job .job_wrapper .job_window {
    position: fixed;
    background: white;
    top: calc(50% - 160px);
    top: -webkit-calc(50% - 160px);
    top: -moz-calc(50% - 160px);
    left: 7%;
    width: 86%;
    height: 325px;
    padding: 20px;
  }

  .job .job_wrapper .job_window .top {
    padding-bottom: 5px;
  }

  .job .job_wrapper .job_window .top h1 {
    font-size: 18px;
    margin-top: 4px;
  }

  .job .job_wrapper .job_window .top i {
    margin-top: 0;
  }

  .job .job_wrapper .job_window .top i img {
    width: 27px;
    height: 27px;
  }

  .job .job_wrapper .job_window .middle h1 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .job .job_wrapper .job_window .middle p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .job .job_wrapper .job_window .bottom {
    margin-top: 90px;
  }

  .job .job_wrapper .job_window .bottom p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .job .job_wrapper .mask .overflow_x {
    overflow: auto;
    height: 250px;
  }

  .btn_more {
    margin: 0 auto;
    background: white;
  }

  .btn_more1 {
    margin: 20px auto 0;
  }
}

.animate-box {
  opacity: 0;
}

@media (max-width: 768px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1023px) {
  body {
    padding-bottom: 112px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 58px;
    padding-bottom: 53px;
  }
}

/* 手机上的背景色 */
@media (max-width: 768px) {
  .index_about {
    background: white;
  }

  .index_pro_m {
    background: white;
  }

  .index_news {
    background: white;
  }

  .index_news_box_m {
    background: white;
  }

  .index_partner {
    background: white;
  }

  .background_white {
    background: white;
    width: 100%;
    padding: 30px 0 40px;
  }

  .news {
    background: white;
  }
}

.proshow_bigbox .gallery-top .swiper-slide img {
  margin: 0 auto;
  max-width: 100%;
}

.proshow_bigbox .gallery-thumbs .swiper-slide {
  height: 120px;
}

.proshow_bigbox .gallery-thumbs .swiper-slide img {
  height: 100%;
}

@media (max-width: 768px) {
  .proshow_bigbox .gallery-thumbs .swiper-slide {
    height: 80px;
  }
}

.news_show .news_show_row {
  overflow-x: auto;
}
.news_show table {
  margin: 0 auto;
}

.culture-container .swiper-slide-active {
  border: 3px solid #324280;
}

/* 11.19新增 */
@media (max-width: 768px) {
  .about p img {
    max-width: 100%;
  }
}

/* .memorabilia */
.about_memorabilia_bg {
  background: url(../images/shuiyi_bg.jpg) no-repeat center;
}

.memorabilia_bg {
  position: relative;
  width: 100%;
}

.memorabilia {
  position: relative;
}

.memorabilia_bg .line {
  position: absolute;
  left: calc(50% - 5px);
  left: -webkit-calc(50% - 5px);
  left: -moz-calc(50% - 5px);
  width: 5px;
  background: #d2d2d2;
  height: calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  top: 0;
}

.memorabilia .info {
  width: 50%;
  padding: 0 65px 0 0;
  position: relative;
  margin: 40px 0;
}

.memorabilia .info:nth-child(odd) h1 {
  float: right;
}

.memorabilia .info:nth-child(odd) p {
  float: right;
}

.memorabilia .info .bar {
  width: 25px;
  height: 5px;
  background: #d2d2d2;
  position: absolute;
  right: 5px;
  top: 15px;
}

.memorabilia .info:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 0 60px;
}

.memorabilia .info:nth-child(even) .bar {
  left: 0;
}

.memorabilia .info h1 {
  font-size: 30px;
  color: #324280;
}

.memorabilia .info p {
  font-size: 16px;
  margin: 10px 0;
  color: #324280;
}

@media (max-width: 1023px) {
  .memorabilia .info h1 {
    border: none;
    padding-bottom: 0;
    text-align: inherit;
    font-size: 18px;
  }

  .memorabilia_bg .line {
    height: 100%;
  }

  .memorabilia .info {
    padding: 0 45px 0 0;
  }

  .memorabilia .info:nth-child(even) {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 768px) {
  .memorabilia_bg {
    padding: 0 20px;
  }
  .about_memorabilia_bg {
    background: none;
  }
}

/*.....2018-11-26......*/
.login {
  position: absolute;
  right: 94px;
  top: 20px;
  width: 144px;
  text-align: center;
  font-size: 18px;
}

.login a {
  display: block;
  width: 100%;
}

.login a:hover {
  color: #0065b1;
}

@media (max-width: 1023px) {
  .login {
    display: none;
  }
}
